home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gcc-263 / config / m68k / xm-next.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-05  |  131 b   |  6 lines

  1. #include "m68k/xm-m68k.h"
  2.  
  3. /* malloc does better with chunks the size of a page.  */ 
  4.  
  5. #define OBSTACK_CHUNK_SIZE (getpagesize ())
  6.